home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-24 | 1.6 KB | 43 lines | [TEXT/MPS ] |
- *******************************************************
- * *
- * DYNAMO *
- * *
- * Apple II 8-bit runtime entry points. *
- * Copyright (C) 1990 Apple Computer. *
- * *
- * Developer Technical Support Apple II Sample Code *
- * *
- *******************************************************
-
- case on
-
- import rtreset
- import rtcout, signed, unsigned, decoutl, vdecout, decout
- import hexpad, hexnopad, hexoutl, vhexout, hexout, write
- import writecr, mulconl, mulvar, mulcon, divconl, divvar
- import divcon, addvar, addcon, addconl, subvar, subcon
- import subconl, setconl, setcon, setzero, seteq, setvars
- import xgty, xlty, ifsgneq, ifequal, vifsgneq, vifequal
- import strval, midstrval
- import prstr, prleftstr, prmidstr, leftstrcpy, strcpy
- import midstrcpy, leftstrcat, strcat, midstrcat
- import strchr, strloc, restore, readint, readstr, readend
- import litstr, seedrandom, calcrandom
-
- import nextchr, numtocopy, strvalcount, strvaldigit
-
- import arraybase, arrayloc1, arrayloc2, arrayloc3
- import dim1size, dim2size, dim3size
- import varyindx1, varyindx2, varyindx3
- import arrayindx1, arrayindx2, arrayindx3
- import arraylindx1, arraylindx2, arraylindx3
- import vgetbyte, vgetword, vputbyte, vputword
- import getbyte, getnextbyte, getword, getnextword
- import putbyte, putnextbyte, putword, putnextword
- import getbytel, putbytel, getwordl, putwordl
-
- import wrcstr, chngsgn
- import hibitchrs, lowbitchrs, regchrs
- import deref, vderef, aderef, aderefz
- import xderef, xderefz, yderef, yderefz
-